home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / Milo / milo060setup.exe / {app} / Milo.exe / 0 / RCDATA / TTXTVIEW / TTXTVIEW.txt
Text File  |  2003-09-19  |  2KB  |  77 lines

  1. object txtview: Ttxtview
  2.   Left = 228
  3.   Top = 125
  4.   Width = 728
  5.   Height = 534
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Milo'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 300
  10.   Constraints.MinWidth = 400
  11.   Font.Charset = EASTEUROPE_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     720
  22.     504)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 467
  28.     Width = 101
  29.     Height = 13
  30.     Anchors = [akLeft, akBottom]
  31.     Caption = 'Ilo'#347#263' pozycji raportu:'
  32.   end
  33.   object irep: TLabel
  34.     Left = 128
  35.     Top = 467
  36.     Width = 24
  37.     Height = 13
  38.     Anchors = [akLeft, akBottom]
  39.     Caption = '###'
  40.   end
  41.   object cancel: TButton
  42.     Left = 639
  43.     Top = 467
  44.     Width = 75
  45.     Height = 25
  46.     Anchors = [akRight, akBottom]
  47.     Caption = 'Zamknij'
  48.     TabOrder = 0
  49.     OnClick = cancelClick
  50.   end
  51.   object txt: TListView
  52.     Left = 8
  53.     Top = 8
  54.     Width = 704
  55.     Height = 452
  56.     Anchors = [akLeft, akTop, akRight, akBottom]
  57.     Columns = <>
  58.     GridLines = True
  59.     ReadOnly = True
  60.     RowSelect = True
  61.     SmallImages = main.glyph
  62.     TabOrder = 1
  63.     ViewStyle = vsReport
  64.     OnSelectItem = txtSelectItem
  65.   end
  66.   object clear: TButton
  67.     Left = 559
  68.     Top = 467
  69.     Width = 75
  70.     Height = 25
  71.     Anchors = [akRight, akBottom]
  72.     Caption = 'Wyczy'#347#263
  73.     TabOrder = 2
  74.     OnClick = clearClick
  75.   end
  76. end
  77.